ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / Skip Property






In This Topic
    Skip Property (CollectionViewResponse<T>)
    In This Topic
    Gets or sets the skip item count from the start.
    Syntax
    'Declaration
     
    
    Public Property Skip As System.Integer
    'Usage
     
    
    Dim instance As CollectionViewResponse(Of T)
    Dim value As System.Integer
     
    instance.Skip = value
     
    value = instance.Skip
    public System.int Skip {get; set;}
    public read-write property Skip: System.Integer; 
    public function get,set Skip : System.int
    public: __property System.int get_Skip();
    public: __property void set_Skip( 
       System.int value
    );
    public:
    property System.int Skip {
       System.int get();
       void set (    System.int value);
    }
    See Also